|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgametheory.GameTheoryConstants
public class GameTheoryConstants
static public class containing package-wide constants.
Field Summary | |
---|---|
static java.util.ArrayList<Jama.Matrix> |
actionList
List enumerating all possible combinations of discrete actions the agents can take. |
static double |
BID_COST1
Default parameter for firm 1's bid costs |
static double |
BID_COST2
Default parameter for firm 2's bid costs |
static double |
BID_COST3
Default parameter for firm 3's bid costs |
static double |
BID_COST4
Default parameter for firm 4's bid costs |
static double |
DOMINATED_EQUILIBRIUM_SHIFTER
Default parameter for dominated equilibrium shifter |
static double |
EFFICIENT_EQUILIBRIUM_SHIFTER
Default parameter for efficient equilibrium shifter |
static int |
NUM_PARAMS
Count of unknown parameters. |
static int |
NUM_PLAYERS
Default number of players. |
static int |
NUMBER_IMPORTANCE_GAMES
Default number of importance games. |
static int |
NUMBER_MONTE_CARLO_GAMES
Default number of games in the Monte Carlo. |
static int |
NUMBER_MONTE_CARLO_ITERATIONS
Default number of runs in the Monte Carlo. |
static int |
NUMBER_OUTCOMES_PER_GAME
Default number of simulations per game. |
static int |
NUMBER_THREADS
Default number of threads to use in distributed task computation. |
static int |
PLOT_PARAMETER
Default parameter to plot in GUI. |
static double |
PROFIT_MULTIPLIER
Default parameter for profit multiplier |
static double |
PURE_STRATEGY_EQUILIBRIUM_SHIFTER
Default parameter for pure strategy equilibrium shifter |
static boolean |
SHOW_PLOT
Switch to show plot in GUI. |
static boolean |
USE_LTE
Switch to use Chernozhukov and Hong's (2003) LTE minimizer. |
Constructor Summary | |
---|---|
GameTheoryConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int NUMBER_MONTE_CARLO_GAMES
public static int NUMBER_MONTE_CARLO_ITERATIONS
public static int NUMBER_OUTCOMES_PER_GAME
public static int NUM_PLAYERS
public static int NUMBER_IMPORTANCE_GAMES
public static boolean USE_LTE
public static double BID_COST1
public static double BID_COST2
public static double BID_COST3
public static double BID_COST4
public static double PURE_STRATEGY_EQUILIBRIUM_SHIFTER
public static double EFFICIENT_EQUILIBRIUM_SHIFTER
public static double PROFIT_MULTIPLIER
public static double DOMINATED_EQUILIBRIUM_SHIFTER
public static int NUM_PARAMS
public static int PLOT_PARAMETER
public static boolean SHOW_PLOT
public static int NUMBER_THREADS
public static java.util.ArrayList<Jama.Matrix> actionList
Constructor Detail |
---|
public GameTheoryConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |